Please follow the instructions to set up the system. 1. Extract the Files and set put the contents in your server htdocs folder for xampp or www folder in wampp i.e xampp/htdocs/diagnos 2. Create the database 'diagnos_illness' and go to the import section and import the sql database from the db folder saved as diagnos_illness.sql 3. After importing the database content , open your codes in any text editor and locate a file called .env to set up your database enviroment credentials. your .env file has a section like this for the database setup DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=diagnos_illness DB_USERNAME=root DB_PASSWORD= set the neccesary parameters according to your database configuration which i beleive should still be like that. 4 Now simply start your server services Apache and MySql 5. Go to your browser and enter the url localhost/diagnos 6. If you are not serving the application with php artisan serve then you have to click on the public folder and it will automatically open the application. 7. Congratulations at this stage as you have successfully installed the application. Please know that the admin has a level of 10 on the users table in the database while a normal user has a level of 1. to change your level after registration go to users{table}->level{column} then change value to 10 or 1 Thank you do enjoy our products. Visit www.codemint.net for more source codes